go/types.Named.expandMethod (method)

2 uses

	go/types (current package)
		named.go#L378: 		t.methods[i] = t.expandMethod(i)
		named.go#L394: func (t *Named) expandMethod(i int) *Func {